home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / aowtexman.lha / a4.sty next >
Text File  |  1991-12-20  |  754b  |  26 lines

  1. % "a4" document style option.
  2. % John Pavel, December 1986
  3. %
  4. % modified by jh 20-Aug-1990
  5. %
  6. % Redefines the \textheight and \topmargin for A4 paper, as opposed to US paper.
  7. %
  8. % Adjusting \textheight will adjust position of the bottom of the page.
  9. % Must preserve "(\textheight - \topskip) divides \baselineskip".
  10. % \topskip always appears to be 10pt.
  11. % So only add/subtract multiples of \baselineskip if you want shorter pages.
  12.  
  13. \message{DIN A4 Format, 20-Aug-1990}
  14.  
  15. \textwidth16cm
  16. \oddsidemargin0mm \evensidemargin0mm \topmargin0mm
  17.  
  18. \ifcase \@ptsize
  19.     % mods for 10 pt (\baselineskip=12pt)
  20.     \textheight 634 pt
  21. \or % mods for 11 pt (\baselineskip=13.6pt)
  22.     \textheight 635.6 pt
  23. \or % mods for 12 pt  (\baselineskip=15pt)
  24.     \textheight 640 pt
  25. \fi
  26.